github.com/coder/websocket.Conn.flateThreshold (field)
6 uses
github.com/coder/websocket (current package)
conn.go#L50: flateThreshold int
conn.go#L110: flateThreshold: cfg.flateThreshold,
conn.go#L131: if c.flate() && c.flateThreshold == 0 {
conn.go#L132: c.flateThreshold = 128
conn.go#L134: c.flateThreshold = 512
write.go#L166: if mw.opcode != opContinuation && len(p) >= mw.c.flateThreshold {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |